module Base
{
	template vehicle VVA_DoorFL {
		part DoorFrontLeft
		{
			anim Close
			{
				anim = DoorFrontLeft_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Open
			{
				anim = DoorFrontLeft_closing,
				animate = FALSE,
			}

			anim Closed
			{
				anim = DoorFrontLeft_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Opened
			{
				anim = DoorFrontLeft_closing,
				animate = FALSE,
			}
		}
	}
	template vehicle VVA_DoorFL_Slow {
		part DoorFrontLeft
		{
			anim Close
			{
				rate = 0.625,
			}

			anim Open
			{
				rate = 0.5,
			}
		}
	}
	template vehicle VVA_DoorFL_Reg {
		part DoorFrontLeft
		{
			anim Close
			{
				rate = 1.25,
			}

			anim Open
			{
				rate = 1.0,
			}
		}
	}
	template vehicle VVA_DoorFL_Fast {
		part DoorFrontLeft
		{
			anim Close
			{
				rate = 2.5,
			}

			anim Open
			{
				rate = 2.0,
			}
		}
	}

	template vehicle VVA_DoorFR {
		part DoorFrontRight
		{
			anim Close
			{
				anim = DoorFrontRight_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Open
			{
				anim = DoorFrontRight_closing,
				animate = FALSE,
			}

			anim Closed
			{
				anim = DoorFrontRight_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Opened
			{
				anim = DoorFrontRight_closing,
				animate = FALSE,
			}
		}
	}
	template vehicle VVA_DoorFR_Slow {
		part DoorFrontRight
		{
			anim Close
			{
				rate = 0.625,
			}

			anim Open
			{
				rate = 0.5,
			}
		}
	}
	template vehicle VVA_DoorFR_Reg {
		part DoorFrontRight
		{
			anim Close
			{
				rate = 1.25,
			}

			anim Open
			{
				rate = 1.0,
			}
		}
	}
	template vehicle VVA_DoorFR_Fast {
		part DoorFrontRight
		{
			anim Close
			{
				rate = 2.5,
			}

			anim Open
			{
				rate = 2.0,
			}
		}
	}

	template vehicle VVA_DoorML {
		part DoorMiddleLeft
		{
			anim Close
			{
				anim = DoorRearLeft_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Open
			{
				anim = DoorRearLeft_closing,
				animate = FALSE,
			}

			anim Closed
			{
				anim = DoorRearLeft_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Opened
			{
				anim = DoorRearLeft_closing,
				animate = FALSE,
			}
		}
	}
	template vehicle VVA_DoorML_Slow {
		part DoorMiddleLeft
		{
			anim Close
			{
				rate = 0.625,
			}

			anim Open
			{
				rate = 0.5,
			}
		}
	}
	template vehicle VVA_DoorML_Reg {
		part DoorMiddleLeft
		{
			anim Close
			{
				rate = 1.25,
			}

			anim Open
			{
				rate = 1.0,
			}
		}
	}
	template vehicle VVA_DoorML_Fast {
		part DoorMiddleLeft
		{
			anim Close
			{
				rate = 2.5,
			}

			anim Open
			{
				rate = 2.0,
			}
		}
	}

	template vehicle VVA_DoorMR {
		part DoorMiddleRight
		{
			anim Close
			{
				anim = DoorRearRight_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Open
			{
				anim = DoorRearRight_closing,
				animate = FALSE,
			}

			anim Closed
			{
				anim = DoorRearRight_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Opened
			{
				anim = DoorRearRight_closing,
				animate = FALSE,
			}
		}
	}
	template vehicle VVA_DoorMR_Slow {
		part DoorMiddleRight
		{
			anim Close
			{
				rate = 0.625,
			}

			anim Open
			{
				rate = 0.5,
			}
		}
	}
	template vehicle VVA_DoorMR_Reg {
		part DoorMiddleRight
		{
			anim Close
			{
				rate = 1.25,
			}

			anim Open
			{
				rate = 1.0,
			}
		}
	}
	template vehicle VVA_DoorMR_Fast {
		part DoorMiddleRight
		{
			anim Close
			{
				rate = 2.5,
			}

			anim Open
			{
				rate = 2.0,
			}
		}
	}

	template vehicle VVA_DoorRL {
		part DoorRearLeft
		{
			anim Close
			{
				anim = DoorRearLeft_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Open
			{
				anim = DoorRearLeft_closing,
				animate = FALSE,
			}

			anim Closed
			{
				anim = DoorRearLeft_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Opened
			{
				anim = DoorRearLeft_closing,
				animate = FALSE,
			}
		}
	}
	template vehicle VVA_DoorRL_Slow {
		part DoorRearLeft
		{
			anim Close
			{
				rate = 0.625,
			}

			anim Open
			{
				rate = 0.5,
			}
		}
	}
	template vehicle VVA_DoorRL_Reg {
		part DoorRearLeft
		{
			anim Close
			{
				rate = 1.25,
			}

			anim Open
			{
				rate = 1.0,
			}
		}
	}
	template vehicle VVA_DoorRL_Fast {
		part DoorRearLeft
		{
			anim Close
			{
				rate = 2.5,
			}

			anim Open
			{
				rate = 2.0,
			}
		}
	}
	
	template vehicle VVA_DoorRR {
		part DoorRearRight
		{
			anim Close
			{
				anim = DoorRearRight_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Open
			{
				anim = DoorRearRight_closing,
				animate = FALSE,
			}

			anim Closed
			{
				anim = DoorRearRight_closing,
				reverse = TRUE,
				animate = FALSE,
			}

			anim Opened
			{
				anim = DoorRearRight_closing,
				animate = FALSE,
			}
		}
	}
	template vehicle VVA_DoorRR_Slow {
		part DoorRearRight
		{
			anim Close
			{
				rate = 0.625,
			}

			anim Open
			{
				rate = 0.5,
			}
		}
	}
	template vehicle VVA_DoorRR_Reg {
		part DoorRearRight
		{
			anim Close
			{
				rate = 1.25,
			}

			anim Open
			{
				rate = 1.0,
			}
		}
	}
	template vehicle VVA_DoorRR_Fast {
		part DoorRearRight
		{
			anim Close
			{
				rate = 2.5,
			}

			anim Open
			{
				rate = 2.0,
			}
		}
	}	
}